From: Matthias Clasen Date: Sun, 6 Mar 2016 15:23:49 +0000 (-0500) Subject: Minor documentation improvement X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~2629 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=94f0cef6fc58afe49d789809574c8f5cc5759f50;p=gtk%2B3.0.git Minor documentation improvement https://bugzilla.gnome.org/show_bug.cgi?id=583780 --- diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index cc73223fa8..ac695d19ff 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -399,7 +399,10 @@ gtk_toggle_button_get_property (GObject *object, * * Sets whether the button is displayed as a separate indicator and label. * You can call this function on a checkbutton or a radiobutton with - * @draw_indicator = %FALSE to make the button look like a normal button + * @draw_indicator = %FALSE to make the button look like a normal button. + * + * This can be used to create linked strip of buttons that work like + * a #GtkStackSwitcher. * * This function only affects instances of classes like #GtkCheckButton * and #GtkRadioButton that derive from #GtkToggleButton,